Propagaging Apache rules Automatically for all folders Beneath Root [closed]
Posted
by
Sam
on Server Fault
See other posts from Server Fault
or by Sam
Published on 2011-02-16T22:25:31Z
Indexed on
2011/02/16
23:27 UTC
Read the original article
Hit count: 168
Hi folks, my webroot folder /httpdocs folder contains a .htaccess file
The first lines look like this:
RewriteEngine on
RewriteBase /
AddDefaultCharset UTF-8
Options +FollowSymLinks -Indexes -ExecCGI
# DirectoryIndex index.php /index.php
# ServerSignature Off
Now, I want all settings that I have set it to, to be propagated automatically to other folders as well.
How can I do that? Thanks very much for suggestions.
© Server Fault or respective owner